fix(deps): update rust crate hifitime to v4 #18
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
3.8.5
->4.0.0
Release Notes
nyx-space/hifitime (hifitime)
v4.0.2
: : Fix parsing durations from string with UTF8 micro characterCompare Source
What's Changed
Full Changelog: nyx-space/hifitime@4.0.1...4.0.2
v4.0.1
: : Fix conversion from std Duration + fix poetry installCompare Source
What's Changed
New Contributors
Full Changelog: nyx-space/hifitime@4.0.0...4.0.1
v4.0.0
: Version 4.0.0: More precise time scale conversions, human readable serialization of durations, and lots moreCompare Source
This update is not merely an iteration, but a redesign in how time scale are handled in hifitime, fixing nanosecond rounding errors, and improving the Python user experience. Refer to the blog post for details. As of version 4.0.0, Hifitime is licensed under the Mozilla Public License version 2, refer to discussion #274 for details.
Breaking changes
snafu
) by @ChristopherRabotin in https://github.com/nyx-space/hifitime/pull/300Note: as of version 4.0.0, dependency updates will increment the minor version.
New features / improvements
to_time_scale
now available in Python by @ChristopherRabotin in https://github.com/nyx-space/hifitime/pull/332Bug fixes
to_gregorian_str
by @ChristopherRabotin in https://github.com/nyx-space/hifitime/pull/308EpochError
toHifitimeError
and add exception testing by @ChristopherRabotin in https://github.com/nyx-space/hifitime/pull/315The main change in this refactoring is that
Epoch
s now keep the time in their own time scales. This greatly simplifies conversion between time scales, and ensures that all computations happen in the same time scale as the initialization time scale, then no sub-nanosecond rounding error could be introduced.Maintenance
v3.9.0
: Version 3.9.0: Add short year formatter and fix year of day computationCompare Source
What's Changed
New Contributors
Full Changelog: nyx-space/hifitime@3.8.6...3.9.0
v3.8.6
: Version 3.8.6: Add support for WASM targetsCompare Source
What's Changed
New Contributors
Full Changelog: nyx-space/hifitime@3.8.5...3.8.6
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.